home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Software / Bonus / Database / mysql-max-3.23.55.sit / mysql-max-3.23.55-apple-darwi.1 / mysql-test / r / variables.result < prev   
Encoding:
Text File  |  2003-01-21  |  714 b   |  34 lines  |  [TEXT/ttxt]

  1. @test    @`select`    @TEST    @not_used
  2. 1    2    3    NULL
  3. @test_int    @test_double    @test_string    @test_string2    @select
  4. 10    1e-10    abcdeghi    abcdefghij    NULL
  5. @test_int    @test_double    @test_string    @test_string2
  6. hello    hello    hello    hello
  7. @test_int    @test_double    @test_string    @test_string2
  8. hellohello    hellohello    hellohello    hellohello
  9. @test_int    @test_double    @test_string    @test_string2
  10. NULL    NULL    NULL    NULL
  11. @t1:=(@t2:=1)+@t3:=4    @t1    @t2    @t3
  12. 5    5    1    4
  13. @t5
  14. 1.23456
  15. @min_cid:=min(c_id)    @max_cid:=max(c_id)
  16. 1    4
  17. c_id    c_name    c_country
  18. 1    Bozo    USA
  19. 4    Mr. Floppy    GB
  20. c_id    c_name    c_country
  21. 1    Bozo    USA
  22. 4    Mr. Floppy    GB
  23. c_id    c_name    c_country
  24. 1    Bozo    USA
  25. 4    Mr. Floppy    GB
  26. @@VERSION=version()
  27. 1
  28. last_insert_id(345)
  29. 345
  30. @@IDENTITY    last_insert_id()
  31. 345    345
  32. @@IDENTITY
  33. 345
  34.